home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Online / privoxy-3.0.0-stable / user.action < prev   
Text File  |  2002-10-27  |  1KB  |  33 lines

  1. ######################################################################
  2. #  File        :  $Source: /cvsroot/ijbswa/current/user.action,v $
  3. #  $Id: user.action,v 1.1 2002/04/24 02:20:24 oes Exp $
  4. #
  5. #  Purpose     :  User-maintained actions file, see
  6. #                 http://www.privoxy.org/faq/questions.html#CONFIGFILES
  7. #
  8. ######################################################################
  9.  
  10. # This is the place to add your personal exceptions and additions to
  11. # the general policy. (Here they will be safe from updates to the
  12. # "main" actions file, default.action.
  13.  
  14. # Say you've seen an ad on your favourite page on example.com that
  15. # you want to get rid of. You have right-clicked the image, selected
  16. # "copy image location" and pasted the URL below, into a { +block }
  17. # section. Note that { +handle-as-image } need not be specified,
  18. # since all URLs ending in .gif will be tagged as images by the
  19. # general rules in default.action anyway:
  20. { +block }
  21. www.example.com/nasty-ads/sponsor.gif
  22.  
  23. # Say the site where you do your homebanking needs to open
  24. # popup windows, but you have chosen to kill popups by
  25. # default. This will allow it for your-example-bank.com:
  26. #
  27. { -filter{popups} -kill-popups }
  28. .your-example-bank.com
  29.  
  30.